Merge additions from work leading to Conference submission #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@christian-oreilly this PR aims to take the 1st step to integrating the changes we made during our paper write-up (on the
slurm
branch) intomain
. All this PR does is make some organizational changes to the files we added. Mainly, on theslurm
branch, All the files we added during our analysis blitz were placed into theslurm
subfolder, including py files, images, data files, etc.Now these files are placed in respective
data
,images
,notebooks
,scripts
, andscripts/slurm
subfolders. In cases where the scripts/notebooks/images were very specific to our paper, I placed them into apaper
subfolder.The proposed notebook structure looks like this:
Wheres on the
slurm
branch, it looked like this:What do you think?
Note
I did not actually commit the data files we generated to this repository (i.e.
eeg_signals.netcdf
) because of how large they are. I did add a.gitkeep
file intodata/paper
so that this directory structure is preserved. But each of us is assumed to have a copy of those files in their local repo.